home *** CD-ROM | disk | FTP | other *** search
/ Aminet 6 / Aminet 6 - June 1995.iso / Aminet / gfx / 3d / irit50src.lha / irit5 / prsr_lib / makefile.djg < prev    next >
Encoding:
Makefile  |  1995-01-27  |  658 b   |  27 lines

  1. #
  2. # This is the make file for the prsr. library for DJGCC on the IBMPC.
  3. #
  4. #                Gershon Elber, Aug 1990
  5. #
  6.  
  7. !include "..\makeflag.djg"
  8.  
  9. OBJS = allocate.obj coerce.obj iritprs1.obj iritprs2.obj iritprsb.obj \
  10.     attribut.obj ip_cnvrt.obj ip_fatal.obj ip_procs.obj soc_srvr.obj \
  11.     soc_clnt.obj
  12.  
  13. RW_OBJS = cagdread.obj cagd_wrt.obj bsp_read.obj bsp_wrt.obj \
  14.     bzr_read.obj bzr_wrt.obj trivread.obj triv_wrt.obj \
  15.     trimread.obj trim_wrt.obj
  16.  
  17. libprsr.a: $(OBJS) $(RW_OBJS)
  18.     ar rc libprsr.a @&&!
  19. $(OBJS) $(RW_OBJS)
  20. !
  21.  
  22. install: libprsr.a
  23.     copy libprsr.a $(LIB_DIR_DOS)
  24.     ar s $(LIB_DIR_DOS)\libprsr.a
  25.  
  26. # Dependencies starts here - do not touch, generated automatically.
  27.